home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
mac
/
Idea Source™
/
Main.DIR
/
00011_Script_11
< prev
next >
Wrap
Text File
|
1997-08-01
|
1KB
|
63 lines
on mousedown
repeat while the mousedown
set the memberNum of sprite 10 to 4
updatestage
end repeat
--set the memberNum of sprite 10 to 3
--updatestage
if sprite 10 intersects 2 then
puppetsound (2) "godisway"
go movie "vrattle"
exit
end if
if sprite 10 intersects 3 then
puppetsound (2) "godisway"
go movie "whale"
end if
if sprite 10 intersects 4 then
puppetsound (2) "godisway"
go movie "tree"
end if
if sprite 10 intersects 5 then
puppetsound (2) "godisway"
go movie "bugs"
end if
if sprite 10 intersects 6 then
puppetsound (2) "godisway"
go movie "gallery"
end if
if sprite 10 intersects 7 then
puppetsound (2) "godisway"
go frame "interface"
exit
end if
if sprite 10 intersects 8 then
puppetsound (2) "godisway"
go frame "credits"
exit
end if
if sprite 10 intersects 9 then
if soundbusy(2) then
sound stop 2
else puppetsound (2) "help"
end if
if sprite 10 intersects 11 then
sound stop 1
sound stop 2
sound stop 3
go movie "quit"
end if
end